; Return Value(s): Returns a DWORD value that represents the extended styles currently
; in use for the tab control.
; This value is a combination of tab control extended styles.
; User CallTip: _GUICtrlTabGetExtendedStyle($h_tabcontrol) Retrieves the extended styles that are currently in use for the tab control. (required: <GuiTab.au3>)
; Author(s): Gary Frost (custompcs at charter dot net)
; User CallTip: _GUICtrlTabSetPadding($h_tabcontrol, $i_cx, $i_cy) Sets the amount of space (padding) around each tab's icon and label in a tab control. (required: <GuiTab.au3>)
; Author(s): Gary Frost (custompcs at charter dot net)